home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TVFSSFTPVALIDATEKEYDIALOG / TVFSSFTPVALIDATEKEYDIALOG.txt
Text File  |  2008-11-03  |  2KB  |  87 lines

  1. inherited VfsSftpValidateKeyDialog: TVfsSftpValidateKeyDialog
  2.   Left = 391
  3.   Top = 432
  4.   Caption = 'Unknown Host Key'
  5.   ClientHeight = 177
  6.   ClientWidth = 465
  7.   OnCreate = FormCreate
  8.   OnShow = FormShow
  9.   PixelsPerInch = 96
  10.   TextHeight = 13
  11.   object Image: TUiImage
  12.     Left = 12
  13.     Top = 12
  14.     Width = 32
  15.     Height = 32
  16.   end
  17.   object ValidateKeyLbl: TUiLabel
  18.     Left = 54
  19.     Top = 12
  20.     Height = 13
  21.     Caption = 'The server'#39's host key was not found in the trusted cache.'
  22.   end
  23.   object AddToCacheLbl: TUiLabel
  24.     Left = 54
  25.     Top = 103
  26.     Height = 13
  27.     Caption = 'Trust this host and continue connecting?'
  28.   end
  29.   object DetailsGroupBox: TUiGroupBox
  30.     Left = 54
  31.     Top = 34
  32.     Width = 403
  33.     Height = 59
  34.     Caption = 'Details'
  35.     TabOrder = 0
  36.     object HostLbl: TUiLabel
  37.       Left = 8
  38.       Top = 18
  39.       Height = 13
  40.       Caption = 'Host:'
  41.     end
  42.     object HostValueLbl: TUiLabel
  43.       Left = 67
  44.       Top = 18
  45.       Height = 13
  46.       Caption = '%'
  47.     end
  48.     object FingerprintLbl: TUiLabel
  49.       Left = 8
  50.       Top = 36
  51.       Height = 13
  52.       Caption = 'Fingerprint:'
  53.     end
  54.     object FingerprintValueLbl: TUiLabel
  55.       Left = 67
  56.       Top = 36
  57.       Height = 13
  58.       Caption = '%'
  59.     end
  60.   end
  61.   object AddToCacheEdit: TUiCheckBox
  62.     Left = 54
  63.     Top = 122
  64.     Height = 17
  65.     Caption = '&Add host key to trusted cache'
  66.     TabOrder = 1
  67.   end
  68.   object ConnectBtn: TUiButton
  69.     Left = 304
  70.     Top = 144
  71.     Caption = '&Connect'
  72.     Default = True
  73.     ModalResult = 1
  74.     TabOrder = 2
  75.     AutoSize = asRight
  76.   end
  77.   object CancelBtn: TUiButton
  78.     Left = 384
  79.     Top = 144
  80.     Cancel = True
  81.     Caption = 'Cancel'
  82.     ModalResult = 2
  83.     TabOrder = 3
  84.     AutoSize = asRight
  85.   end
  86. end
  87.